-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add created time package list filter, refs #1102 #1116
Conversation
Here's a recording of current "Created" dropdown filter in action: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1116 +/- ##
==========================================
- Coverage 54.73% 54.64% -0.09%
==========================================
Files 105 105
Lines 7703 7713 +10
==========================================
- Hits 4216 4215 -1
- Misses 3228 3235 +7
- Partials 259 263 +4 ☔ View full report in Codecov by Sentry. |
299fc84
to
03637f4
Compare
Add a package list dropdown filter to find packages created recently (in the last 3 hours to 7 days). I still need to do work to collapse the status tabs into a dropdown list, add the hidden filter panel, etc. to fully implement #1102, but I think this a good point to review the code and functionality.
cf96484
to
f4f2324
Compare
Add the ESLint import plugin to automatically sort Vue.js imports in the Dashboard code. After installing ESLint I ran `npx eslint --fix .` to auto-format files where possible.
f4f2324
to
f39f74f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I've only tested the eslint config.
Add a package list dropdown filter to find packages created recently (in the last 3 hours to 7 days). I still need to do work to collapse the status tabs into a dropdown list, add the hidden filter panel, etc. to fully implement #1102, but I think this a good point to review the code and functionality.